home *** CD-ROM | disk | FTP | other *** search
- Path: news.lpr.carel.fi!usenet
- From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
- Newsgroups: comp.lang.c
- Subject: Re: Access Database HELP
- Date: Wed, 31 Jan 1996 15:37:47 +0200
- Organization: Carelcomp Forest
- Message-ID: <310F70AB.36B8@cmt.lpr.mail.carel.fi>
- References: <3104FBC2.2C08@hobbe.adb.gu.se> <4ellh5$c09@airdmhor.gen.nz>
- NNTP-Posting-Host: renoir.cclahti.carel.fi
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b6a (WinNT; I)
-
- Simon Hosie wrote:
- >
- > Peter Bohn:
- > > Wanna get access to an accessdatabase with c-code. This is my big
- > > problem right now. Using MS Visual C++ latest version.
- > > Give me a hint how to do, please.
- >
- > Might I suggest some form of database management language?
-
- MSVC contains <sql.h> and <sqlext.h> which are used to define the ODBC (open
- database connectivity) API. Also, ODBC32.LIB and ODBCCP32.LIB are included. If
- you're using MFC, you'd want to try to include <afxdb.h> and use the classes
- CDatabase, CRecordSet etc. There is information of these in the online help and
- the manuals that came with your compiler.
-
- Later,
- AriL
- --
- All my opinions are mine and mine alone.
-